home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETDF650.IN_ / netdf650.inf
Encoding:
INI File  |  2003-03-24  |  3.2 KB  |  99 lines

  1. ; netdf650.INF
  2. ;
  3. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  4.  
  5. [version]
  6. signature  = "$Windows NT$"
  7. Class      = Net
  8. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  9. provider   = %MSFT%
  10. LayoutFile = Layout.inf
  11. DriverVer=10/01/2002,5.0.2128.1
  12.  
  13. [Manufacturer]
  14. %V_MANUF%  = "DLINK"
  15. %IO-Data%  = "IO-Data"
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect = *
  19.  
  20. [DLINK]
  21. %PCMCIA.DeviceDesc%  = dfe650cc.ndi, PCMCIA\D-Link-DFE-650-7143
  22.  
  23. [IO-Data]
  24. %CCETTXR.DeviceDesc% = dfe650cc.ndi, PCMCIA\IO_DATA-PCETTXR-B7A4
  25.  
  26. [dfe650cc.ndi]
  27. Characteristics = 0x84
  28. BusType         = 8
  29. AddReg          = common.reg, dfe650X.ndi.reg
  30. CopyFiles       = dfe650.ndis5.CopyFiles
  31.  
  32. [dfe650cc.ndi.Services]
  33. AddService = dfe650, 2, dfe650.Service, dfe650.AddEventLog
  34.  
  35. [common.reg]
  36. HKR,Ndi\params\ConnectionType,          ParamDesc,      0, %ConnectionType%
  37. HKR,Ndi\params\ConnectionType,          default,        0, "5"
  38. HKR,Ndi\params\ConnectionType,          type,           0, "enum"
  39. HKR,Ndi\params\ConnectionType\enum,     0,              0, %10HD%
  40. HKR,Ndi\params\ConnectionType\enum,     2,              0, %10FD%
  41. HKR,Ndi\params\ConnectionType\enum,     4,              0, %100HD%
  42. HKR,Ndi\params\ConnectionType\enum,     6,              0, %100FD%
  43. HKR,Ndi\params\ConnectionType\enum,     5,              0, %AutoSense%
  44.  
  45. ;network address
  46. HKR,NDI\params\NetworkAddress,          ParamDesc,      0, %NetworkAddress%
  47. HKR,NDI\params\NetworkAddress,          type,           0, "edit"
  48. HKR,NDI\params\NetworkAddress,          LimitText,      0, "12"
  49. HKR,NDI\params\NetworkAddress,          UpperCase,      0, "1"
  50. HKR,NDI\params\NetworkAddress,          default,        0, ""
  51. HKR,NDI\params\NetworkAddress,          optional,       0, "1"
  52.  
  53. ;-------------------------------------------------------------------------------
  54. ; DFE-650 Service and Driver
  55. ;
  56. [dfe650X.ndi.reg]
  57. HKR, Ndi,               Service,    0, "dfe650"
  58. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  59. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  60.  
  61. [dfe650.ndis5.CopyFiles]
  62. dfe650.sys,,,2
  63.  
  64. [dfe650.Service]
  65. DisplayName         =   %Service.DispName%
  66. ServiceType         =   1 ;%SERVICE_KERNEL_DRIVER%
  67. StartType           =   3 ;%SERVICE_AUTO_START%
  68. ErrorControl        =   1 ;%SERVICE_ERROR_NORMAL%
  69. ServiceBinary       =   %12%\dfe650.sys
  70. LoadOrderGroup      =   NDIS
  71.  
  72. [dfe650.AddEventLog]
  73. AddReg = dfe650.AddEventLog.reg
  74.  
  75. [dfe650.AddEventLog.reg]
  76. HKR,    ,   EventMessageFile,   0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  77. HKR,    ,   TypesSupported,     0x00010001, 7
  78.  
  79. [DestinationDirs]
  80. DefaultDestDir         = 12
  81. dfe650.ndis5.CopyFiles = 12
  82.  
  83. [Strings]
  84. MSFT    = "Microsoft"
  85. V_MANUF = "D-Link"
  86. IO-Data = "I-O DATA DEVICE,INC."
  87.  
  88. ConnectionType          = "Connection Type"
  89. AutoSense               = "Auto Sense"
  90. 100FD                   = "100Mbps Full Duplex"
  91. 100HD                   = "100Mbps"
  92. 10HD                    = "10Mbps"
  93. 10FD                    = "10Mbps Full Duplex"
  94. NetworkAddress          = "Network Address"
  95.  
  96. PCMCIA.DeviceDesc       = "D-Link DFE-650 Fast Ethernet PC Card"
  97. CCETTXR.DeviceDesc      = "I-O DATA PCET/TX-R Fast Ethernet Adapter"
  98. Service.DispName        = "D-Link DFE-650 Fast Ethernet PC Card NT Driver"
  99.